home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / postogrf.zip / README.MAK < prev    next >
Text File  |  1989-06-06  |  945b  |  22 lines

  1. Using MAKE to generate LIPSDRVR.TPU and LIPSFONT.TPU -
  2.  
  3. If you want to include more screen drivers or fonts in these .TPU files,
  4. edit the corresponding .MAK files, using the existing commands as a model. 
  5. Note that you have to supply appropriate procedure names, and modify the
  6. main calling program to call them as desired.
  7.  
  8. Edit the .MAK files to provide the correct path to TPC, the Turbo Pascal
  9. command line compiler (as supplied, it includes the path on MY disk, which
  10. won't be right for yours).  Also supply the correct path for BINOBJ.EXE,
  11. the Borland object file generator.  BINOBJ.EXE and MAKE come with the
  12. TurboPascal 5.0 package.
  13.  
  14. Make sure that the following files are in the default directory:
  15.      all .BGI and .CHR files specified in the .MAK file (from Borland)
  16.      LIPSDRVR.PAS and/or LIPSFONT.PAS
  17.  
  18. Make the file(s) using the following command line:
  19.  
  20.      [path]MAKE -fLIPSDRVR
  21. or   [path]MAKE -fLIPSFONT
  22.